home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 March / EnigmA AMIGA RUN 25 (1997)(G.R. Edizioni)(IT)[!][issue 1998-03].iso / recent2 / hotbar.readme < prev    next >
Text File  |  1998-02-19  |  3KB  |  94 lines

  1. Short:    V3.0: Icon-based program hotlist
  2. Author:   who@infokom.de (Maik Schmidt)
  3. Uploader: who@infokom.de (Maik Schmidt)
  4. Type:     util/wb
  5.  
  6. HotBar is a workbench utility that shows a line of icons of
  7. your often-used programs. Move the mouse pointer to the
  8. bottom of the workbench screen to activate HotBar, when it
  9. runs.
  10.  
  11. The programs to show are defined in the file HotBar.data
  12. file, wich must be located in the same directory as the
  13. HotBar program file. It can be changed using any ASCII
  14. editor: Just type a line containing the path and name of the
  15. tool and it's arguments, e.g. "DH0:Prefs/EditKeys NOMAP"
  16. (The quotations marks ARE part of the string!).
  17.  
  18. After the main string the additional parameters ICON (for
  19. an alternative icon to be loaded instead of the own one)
  20. and TEXT (to create a text gadget instead of an icon) can
  21. be used, e.g.:
  22. "SYS:Tools/Diskmaster CACHE=OFF" ICON=DH2:Icons/Maus
  23. "SYS:Tools/Diskmaster CACHE=OFF" TEXT=Disk-Master
  24.  
  25. The additional POPUP parameter causes HotBar to generate a
  26. popup menu consisting of following entries that are
  27. seperated by "|", e.g.:
  28. "SYS:System" POPUP="SYS:Diskmaster"|"SYS:CygnusEdit"
  29.  
  30. Batchup files (e.g. for use with IconX) are supported, too,
  31. and will be launched using the c:EXECUTE command.
  32.  
  33.  
  34.  
  35. CLI PARAMETERS:
  36. GAP    defines the distance between the icons
  37.     (default is GAP=4).
  38. BORDER    defines the frame size around the icons
  39.     (dafault is BORDER=0, meaning there is no one).
  40. ALIGN    says HotBar where to put the icon bar, possible
  41.     are:
  42.         ALIGN=BOTTOM (default)
  43.         ALIGN=RIGHT
  44.         ALIGH=LEFT
  45. NOCENTER
  46.     toggles off the automatic center
  47. DELAY    defines a waiting period in 1/50 seconds before the
  48.     icon bar is generated.
  49. PLUS    this keyword allowes HotBar to show the icons just
  50.     at the active screen, not only at the Workbench.
  51.     (This argument will be useless if WBFIX is set!)
  52. WBFIX    the icons are loaded immediately after HotBar's
  53.     execution and will be visible all the time.
  54. FONT    sets the font used by text gadgets in the following
  55.     format:
  56.         FONT=font_name/font_size
  57.     default is:
  58.         FONT=topaz/8
  59.  
  60.  
  61.  
  62. INSTALLATION:
  63. - Copy HotBar and HotBar.data to any directory you wish,
  64.   e.g. to SYS:s/
  65. - Add the following line to your StartUp-Sequence, if
  66.   possible after the LoadWB command:
  67.   Run >NIL: SYS:s/HotBar
  68.   
  69.  
  70.  
  71.  
  72. WHEN HOTBAR ICONS ARE VISIBLE ONLY:
  73. Esc - Quit
  74. Help - Show information
  75.  
  76.  
  77.  
  78. THANKS
  79. to Nils Goers for his Execute routine,
  80. to Georg Rottlaender for his fabulous ideas,
  81. to Alexandre Gabriel who persuaded me to create popups,
  82. and for further suggestions by Eberhard Hafermalz
  83. and Tony McKimm.
  84.  
  85.  
  86.  
  87. AUTHOR INFORMATION:
  88. Requests by Email to who@infokom.de
  89. Don't miss visiting my homepage:
  90. http://www.infokom.de/home/who/
  91.  
  92. HotBar ©1997-98 by Maik Schmidt. All rights reserved.
  93. Freeware - not for commercial use.
  94.